projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4852ed0
)
(read_input_waiting): Pass read_socket_hook just 4 args.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Aug 1999 19:32:33 +0000
(19:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Aug 1999 19:32:33 +0000
(19:32 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 9668db3c7c6d0350ba11a91838c49d67a05f0ba5..af84c34a0b9fb1942c8fd56cda70ce190adf5cba 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-2611,7
+2611,7
@@
read_input_waiting ()
read_alarm_should_throw = 0;
if (! setjmp (read_alarm_throw))
- nread = (*read_socket_hook) (0, buf, 256, 1
, 0
);
+ nread = (*read_socket_hook) (0, buf, 256, 1);
else
nread = -1;